.zxly-container {
    width: 1200px;
    background: #ffffff;
    margin-top:20px;
    padding-top:20px;
}
.container .zxly-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #1066d4;
    font-size: 18px;
    background: #fff;
    border-left: 4px solid #1066d4;
    padding-left: 16px;
    margin-bottom:20px;
}
.minH500 {
    min-height: 500px!important;
}
.zxly-container .zxly-notice {
    width: 1160px;
    height: 420px;
    margin:0px 20px 20px 20px;
    padding:20px;
    background: #f3f7fc;
    border: 1px dashed #8BB4E8;
    color: #3971b9;
}

.zxly-notice h2 {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #3971b9;
}

.zxly-notice p {
    width: 100%;
    height: 130px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
}
 .zxly-notice h3{
    width: 100%;
    height: 25px;
}
 .zxly-nnotice ul {
    width: 100%;
    height: 285px;
    padding: 10px 0;
}

.zxly-notice ul li {
    height: 25px;
    line-height: 25px;
    width: 100%;
}
.zxly-formBox {
    width: 100%;
    min-height: 600px;
    margin: 20px auto;
}

.zxly-formBox h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin:0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}
.zxly-formBox .zxly-content {
    width: 800px;
    height: 620px;
    margin:20px auto;
}
.zxly-container .layui-form-label {
    width: 280px !important;
}

.zxly-container .layui-select, .zxly-container .layui-input, .zxly-container .layui-textarea{
    width: 468px !important;
    height: 32px !important;
}


.zxly-container .layui-form-select dl {
    min-width: 468px !important;
    left: 170px !important;
}
.zxly-container .layui-form-select dl dd.layui-this {
    background-color: #3888fe;
    color: #fff;
}
.zxly-container .layui-form-select .layui-edge {
    left: 610px !important;
}


.zxly-submitBtn {
    width: 96px;
    height: 34px;
    line-height: 34px !important;
    background: #3888fe !important;
    border: 1px solid #3888fe !important;
    border-radius: 4px !important;
}

.zxly-closeBtn {
    width: 96px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #8a94a6 !important;
    border-radius: 4px !important;
    color: #8a94a6 !important;
}

.zxly-Btns {
    text-align: center;
}
.zxly-Btns button {
    border-radius: 0!important;
    border:none!important;
}
.zxly-Btns button:nth-child(1){
    background-color: #1066D4!important;

}
.zxly-Btns button:nth-child(2){
    background-color: #13C2C2!important;
    color:#fff!important;
}
.zxly-container .layui-form-radio>i:hover,
.zxly-container  .layui-form-radioed>i {
    color: #116FFF !important;
}

.zxly-container .verificationCode-input {
    width: 366px !important;
    display: inline-block;
}

.zxly-container .verificationCode-btn {
    margin-left: -4px;
    width: 102px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dcdfe6;
    border-radius: 0px 4px 4px 0px;
    margin-top: -3px;
}
.zxly-container .redFont{
    color: red;
}

.zxly-notice  .zxlySuccess-noticebg {
    height: 310px!important;
}
.zxly-container .zxlySuccess-notice {
    height: 330px!important;
}
.zxly-topTips{
    width: 604px;
    height: 40px;
    line-height: 40px;
    background: #f6ffed;
    border: 1px solid #b7eb8f;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: rgba(0,0,0,0.65);
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.zxly-container .greenIcon{
    color: #52c41a;
}
.zxly-container .rightCloseIcon{
    float: right;
    cursor: pointer;
}

